CRMBlock object
Is the base for all CRM blocks. The specific block type called by the CRM object determines the actual implementation of each CRMBlock methods and properties.
Preceding code:
var block = CRM.GetBlock("myblock");
Page updated: 12 May 2023
Is the base for all CRM blocks. The specific block type called by the CRM object determines the actual implementation of each CRMBlock methods and properties.
Preceding code:
var block = CRM.GetBlock("myblock");
|
---|